home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / print.idb / usr / lib / X11 / app-defaults / Printers.z / Printers
Encoding:
Text File  |  1997-07-30  |  33.7 KB  |  733 lines

  1. !
  2. ! Warning -- if you change text be sure to run the Add function from the 
  3. ! Printer maneger na dmake sure the display looks correct.  Search for
  4. ! "*addPrinter.resizePolicy" below and see the comments.
  5. !
  6. *mainWindow.iconName: Printers
  7. *mainWindow.minWidth: 485
  8. *mainWindow.minHeight: 225
  9. *mainWindow.titleFormatString: Printer Manager for %s@%s
  10.  
  11. *mwmFunctions: 62
  12. *mainWindow.mwmFunctions: 8388638
  13.  
  14. *printerMenu.labelString: Printer
  15. *printerMenu.mnemonic: P
  16. *printerMenu.addPrinter.labelString: Add...
  17. *printerMenu.addPrinter.mnemonic: A
  18. *printerMenu.connection.labelString: Change Connection...
  19. *printerMenu.connection.mnemonic: C
  20. *printerMenu.setDefault.labelString: Set Default
  21. *printerMenu.setDefault.mnemonic: S
  22. *printerMenu.deletePrinter.labelString: Delete...
  23. *printerMenu.deletePrinter.mnemonic: D
  24. *printerMenu.open.labelString: Show Queue...
  25. *printerMenu.open.mnemonic: h
  26. *printerMenu.options.labelString: Set Options...
  27. *printerMenu.options.mnemonic: O
  28. *printerMenu.testPage.labelString: Send Test Page
  29. *printerMenu.testPage.mnemonic: T
  30. *printerMenu.quit.labelString: Exit
  31. *printerMenu.quit.mnemonic: x
  32. *printerMenu.quit.accelerator: Ctrl<Key>q
  33. *printerMenu.quit.acceleratorText: Ctrl+Q
  34.  
  35. *sortMenu.labelString: Arrange
  36. *sortMenu.mnemonic: A
  37. *sortMenu.byName.labelString: by Printer Name
  38. *sortMenu.byName.mnemonic: N
  39. *sortMenu.byHost.labelString: by Hostname
  40. *sortMenu.byHost.mnemonic: H
  41. *sortMenu.byType.labelString: by Printer Type
  42. *sortMenu.byType.mnemonic: T
  43.  
  44. *mainWindow.title: Printer Manager
  45. *mainWindow.iconPanelWidth: 550
  46. *mainWindow.iconPanelHeight: 250
  47. *mainWindow.form.defaultRC.topOffset: 15
  48. *mainWindow.form.defaultRC.leftOffset: 20
  49. *mainWindow.form.defaultRC.rightOffset: 20
  50. *mainWindow.form.defaultRC.leftAttachment: ATTACH_FORM
  51. *mainWindow.form.defaultRC.topAttachment: ATTACH_FORM
  52.  
  53. *mainWindow.form.buttonRC.orientation: HORIZONTAL
  54. *mainWindow.form.buttonRC.entryAlignment: ALIGNMENT_CENTER
  55. *mainWindow.form.buttonRC.spacing: 10
  56. *mainWindow.form.buttonRC.leftOffset: 20
  57. *mainWindow.form.buttonRC.rightOffset: 20
  58. *mainWindow.form.buttonRC.bottomOffset: 20
  59. *mainWindow.form.buttonRC.XmPushButton.width: 80
  60. *mainWindow.form.buttonRC.XmPushButton.recomputeSize: False
  61.  
  62. *mainWindow.form.buttonRC.closeButton.labelString: Close...
  63. *mainWindow.form.buttonRC.addButton.labelString: Add...
  64. *mainWindow.form.buttonRC.deleteButton.labelString: Delete...
  65. *mainWindow.form.buttonRC.defaultButton.labelString: Default
  66. *mainWindow.form.buttonRC.optionsButton.labelString: Options...
  67.  
  68. !
  69. ! Lining up labels with icon fields in the icon panel.
  70. ! iconLabelBB contains three labels, one each for the Printer Name,
  71. ! Hostname, and Printer Type fields in the icon panel.  Whenever icons
  72. ! are added or deleted, we calculate new "x" values for each of these
  73. ! labels.  The leftOffset of iconLabelBB is carefully calculated to
  74. ! place the first label it contains to the right of the icon in the
  75. ! icon panel.
  76. ! The initial x values that are specified here were determined
  77. ! experimentally to correspond to likely values that we'd set
  78. ! programmatically.  This way, the labels do not move too far during
  79. ! initialization when we first add the icons.
  80. !
  81. *mainWindow.form.iconLabelBB.topOffset: 10
  82. *mainWindow.form.iconLabelBB.leftAttachment: ATTACH_FORM
  83. *mainWindow.form.iconLabelBB.leftOffset: 76
  84. *mainWindow.form.iconLabelBB.rightAttachment: ATTACH_FORM
  85. *mainWindow.form.iconLabelBB.marginWidth: 0
  86. *mainWindow.form.iconLabelBB.marginHeight: 5
  87.  
  88. *mainWindow.form.iconLabelBB.nameLabel.labelString: Printer Name
  89. *mainWindow.form.iconLabelBB.nameLabel.x: 20
  90.  
  91. *mainWindow.form.iconLabelBB.hostLabel.labelString: Hostname
  92. *mainWindow.form.iconLabelBB.hostLabel.x: 142
  93.  
  94. *mainWindow.form.iconLabelBB.typeLabel.labelString: Printer Type
  95. *mainWindow.form.iconLabelBB.typeLabel.x: 288
  96.  
  97. *mainWindow.form.IconPanel.leftOffset: 20
  98. *mainWindow.form.IconPanel.rightOffset: 20
  99. *mainWindow.form.IconPanel.leftAttachment: ATTACH_FORM
  100. *mainWindow.form.IconPanel.rightAttachment: ATTACH_FORM
  101. *mainWindow.form.IconPanel.bottomAttachment: ATTACH_FORM
  102. *mainWindow.form.IconPanel.bottomOffset: 20
  103.  
  104. *listLabelYOff: 15
  105. *listGraphicHeight: 75
  106.  
  107. !
  108. ! The Printer Manager can not re-size itself with the following settings.
  109. ! If you change the menus and the changes make the window wider then the Add
  110. ! Printer menu is unusable. In this case you have to reset the values
  111. ! for *addPrinter.width and *addPrinter.height (below) to reflect the larger
  112. ! menu size.  To do this, comment out the next line and set *addPrinter.noResize:
  113. ! to false.  Run the Printer Manager, select Add, select the various
  114. ! connection type (Serial, parallel, network) and use xwininfo to get the
  115. ! dimensions for the largest window.  Use those dimensions for setting
  116. ! addPrinter.width and addPrinter.height.  Optionally, just leave
  117. ! the next line commented out and *addPrinter.noResize: to False.
  118. !
  119. *addPrinter.resizePolicy: RESIZE_NONE
  120. *addPrinter.noResize: True
  121.  
  122. !*addPrinter.noResize: False
  123. ! Use xwininfo to get the widest setting to set these sizes
  124. ! addPrinter.height should not exceed 760
  125. *addPrinter.width: 530
  126. *addPrinter.height: 760
  127.  
  128. *addPrinter*cancelLabelString: Cancel
  129. *addPrinter*closeLabelString: Close
  130.  
  131. *addPrinter*rc.helpTextForm*topAttachment: ATTACH_FORM
  132. *addPrinter*rc.helpTextForm*bottomAttachment: ATTACH_FORM
  133. *addPrinter*rc.helpTextForm*leftAttachment: ATTACH_FORM
  134. *addPrinter*rc.helpTextForm*rightAttachment: ATTACH_FORM
  135.  
  136. *addPrinter*rc.nameForm*topAttachment: ATTACH_FORM
  137. *addPrinter*rc.nameForm*bottomAttachment: ATTACH_FORM
  138. *addPrinter*rc.nameForm.nameLabel.labelString: New Printer Name:
  139. *addPrinter*rc.nameForm.nameLabel.rightAttachment: ATTACH_POSITION
  140. *addPrinter*rc.nameForm.nameLabel.rightPosition: 35
  141. *addPrinter*rc.nameForm.nameText.leftOffset: 2
  142.  
  143. *addPrinter*rc.localOrNetForm*topAttachment: ATTACH_FORM
  144. *addPrinter*rc.localOrNetForm*bottomAttachment: ATTACH_FORM
  145. *addPrinter*rc.localOrNetForm.localOrNetLabel.labelString: Printer Connected To:
  146. *addPrinter*rc.localOrNetForm.localOrNetLabel.rightAttachment: ATTACH_POSITION
  147. *addPrinter*rc.localOrNetForm.localOrNetLabel.rightPosition: 35
  148. *addPrinter*rc.localOrNetForm*local.labelString: Local Host
  149. *addPrinter*rc.localOrNetForm*network.labelString: Remote Host
  150.  
  151. *addPrinter*rc.sgiOrOtherForm*topAttachment: ATTACH_FORM
  152. *addPrinter*rc.sgiOrOtherForm*bottomAttachment: ATTACH_FORM
  153. *addPrinter*rc.sgiOrOtherForm.sgiOrOtherLabel.labelString: Remote server an SGI?: 
  154. *addPrinter*rc.sgiOrOtherForm.sgiOrOtherLabel.rightAttachment: ATTACH_POSITION
  155. *addPrinter*rc.sgiOrOtherForm.sgiOrOtherLabel.rightPosition: 35
  156. *addPrinter*rc.sgiOrOtherForm*isSgi.labelString: Yes 
  157. *addPrinter*rc.sgiOrOtherForm*isOther.labelString: No 
  158.  
  159. !*addPrinter*listForm*leftOffset: 10
  160. !*addPrinter*listForm*rightOffset: 10
  161.  
  162. *addPrinter*localRC*locCodeForm*topAttachment: ATTACH_FORM
  163. *addPrinter*localRC*locCodeForm*bottomAttachment: ATTACH_FORM
  164. *addPrinter*localRC*locCodeForm.locCodeLabel.rightAttachment: ATTACH_POSITION
  165. *addPrinter*localRC*locCodeForm.locCodeLabel.rightPosition: 35
  166. *addPrinter*localRC*locCodeForm.locCodeLabel.labelString: Location Code:
  167. *addPrinter*localRC*locDescForm*topAttachment: ATTACH_FORM
  168. *addPrinter*localRC*locDescForm*bottomAttachment: ATTACH_FORM
  169. *addPrinter*localRC*locDescForm.locDescLabel.rightAttachment: ATTACH_POSITION
  170. *addPrinter*localRC*locDescForm.locDescLabel.rightPosition: 35
  171. *addPrinter*localRC*locDescForm.locDescLabel.labelString: \
  172. Location Description:
  173. *addPrinter*localRC*listForm.typeLabel.labelString: Printer Type:
  174. *addPrinter*localRC*listForm.typeLabel.rightAttachment: ATTACH_POSITION
  175. *addPrinter*localRC*listForm.typeLabel.rightPosition: 25
  176. *addPrinter*localRC.listForm.typeLabel.topOffset: 10
  177. *addPrinter*localRC.listForm.typeLabel.topAttachment: ATTACH_FORM
  178.  
  179. *addPrinter*localRC*vendorForm.vendorLabel.labelString: Vendor:
  180. *addPrinter*localRC*vendorForm.vendorLabel.rightAttachment: ATTACH_POSITION
  181. *addPrinter*localRC*vendorForm.vendorLabel.rightPosition: 25
  182. *addPrinter*localRC.vendorForm.vendorLabel.topOffset: 10
  183. *addPrinter*localRC.vendorForm.vendorLabel.topAttachment: ATTACH_FORM
  184.  
  185. !When addprinter is run a list of various printer vendors is displayed
  186. !(example: HP, Epson, NEC).  We want to put the Generic drivers at the
  187. !top of the list (the list is ordered alphabetically) and need to know
  188. !the string to match to pull out the Generic drivers.  The generic drivers
  189. !are in /var/spool/lp/model and any file in there that has the
  190. !string "# NAME=Generic PostScript..." is a Generic idriver (we parse the 
  191. !first word following "NAME=").  If the model files are translated to another
  192. !language then the following string should be changed to match what is
  193. !in the /var/spool/lp/model files to ensure the generic drivers appear
  194. !first in the list.
  195. *addPrinter*genericVendorString: Generic
  196.  
  197. Printers*addPrinter*localRC.listForm*typeList.fontList: \
  198.  -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1=normalListCharSet\
  199.  -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1=boldListCharSet
  200. Printers*addPrinter*localRC.listForm*typeList.automaticSelection: True
  201. Printers*addPrinter*localRC.listForm*typeList.selectionPolicy: BROWSE_SELECT
  202. *addPrinter*localRC.listForm.typeListSW.topOffset: 10
  203. *addPrinter*localRC.listForm.typeListSW.topAttachment: ATTACH_FORM
  204. *addPrinter*localRC.listForm.typeListSW.width: 325
  205. *addPrinter*localRC.listForm*typeList.listSizePolicy: CONSTANT
  206. !
  207. ! I want 10 items in the list.  When it's realized, some bizarre
  208. ! interaction between the various widgets in the hierarchy conspire
  209. ! to make one more item visible than should be.  That's why there's
  210. ! a 9 there.  Furthermore, if resizable is not set to False, then
  211. ! when the items in the list change it goes back to displaying the
  212. ! number of items it should, which looks really disconcerting.  That's
  213. ! why "resizable: False" is there.
  214. !
  215. *addPrinter*localRC.listForm*typeList.visibleItemCount: 6
  216. *addPrinter*localRC.listForm.typeListSW.resizable: False
  217.  
  218. *addPrinter*localRC.vendorForm*vendorList.visibleItemCount: 4
  219. *addPrinter*localRC.vendorForm.vendorListSW.resizable: False
  220.  
  221. *addPrinter*localRC*connForm.connLabel.labelString: Printer is   \nAttached to:
  222. *addPrinter*localRC*connForm.connLabel.rightAttachment: ATTACH_POSITION
  223. *addPrinter*localRC*connForm.connLabel.rightPosition: 25
  224. *addPrinter*localRC*connForm.connLabel.topAttachment: ATTACH_FORM
  225. *addPrinter*localRC*connForm.connLabel.bottomAttachment: ATTACH_FORM
  226. *addPrinter*localRC*connForm.connRadio.topAttachment: ATTACH_FORM
  227. *addPrinter*localRC*connForm.connRadio.bottomAttachment: ATTACH_FORM
  228.  
  229. *addPrinter*localRC*detailForm.connDetailLabel.labelString:
  230. *addPrinter*localRC*detailForm.connDetailLabel.topAttachmet: ATTACH_FORM
  231. *addPrinter*localRC*detailForm.connDetailLabel.rightAttachment: ATTACH_POSITION
  232. *addPrinter*localRC*detailForm.connDetailLabel.rightPosition: 25
  233.  
  234. !*addPrinter*detailForm.connDetailFrame.bottomAttachment: ATTACH_FORM
  235. *addPrinter*connDetailFrame.height: 130
  236.  
  237. *addPrinter.rc.networkRC.XmForm*topAttachment: ATTACH_FORM
  238. *addPrinter.rc.networkRC.XmForm*bottomAttachment: ATTACH_FORM
  239. !*addPrinter.rc.networkRC*nameLabel.rightAttachment: ATTACH_POSITION
  240. !*addPrinter.rc.networkRC*nameLabel.rightPosition: 35
  241. *addPrinter.rc.networkRC*hostNameLabel.labelString: Remote Host Name:
  242. *addPrinter.rc.networkRC*hostNameLabel.rightAttachment: ATTACH_POSITION
  243. *addPrinter.rc.networkRC*hostNameLabel.rightPosition: 35
  244. *addPrinter.rc.networkRC*hostNameText.leftOffset: 2
  245. *addPrinter.rc.networkRC.XmForm*hostNameText.bottomAttachment: ATTACH_NONE
  246. *addPrinter.rc.networkRC*getListButton.labelString: List Printers
  247. *addPrinter.rc.networkRC*getListButton.defaultButtonShadowThickness: 1
  248. *addPrinter.rc.networkRC*getListButton.traversalOn: False
  249. *addPrinter.rc.networkRC*listLabel.labelString: Printer List:
  250. *addPrinter.rc.networkRC*listLabel.rightAttachment: ATTACH_POSITION
  251. *addPrinter.rc.networkRC*listLabel.rightPosition: 35
  252. *addPrinter.rc.networkRC.netListForm.listLabel.bottomAttachment: ATTACH_NONE
  253. !*addPrinter.rc.networkRC*remoteListSW.leftOffset: 0
  254. !*addPrinter.rc.networkRC*remoteListSW.scrolledWindowMarginWidth: 0
  255. !*addPrinter.rc.networkRC*remoteListSW.spacing: 0
  256. *addPrinter.rc.networkRC*remoteList.borderWidth: 0
  257. *addPrinter.rc.networkRC*remoteList.width: 200
  258. *addPrinter.rc.networkRC*remoteList.visibleItemCount: 14
  259. *addPrinter.rc.networkRC*remoteList.listSizePolicy: CONSTANT
  260. *addPrinter.rc.networkRC*remoteList.automaticSelection: True
  261. *addPrinter.rc.networkRC*remoteLabel.labelString: Remote Printer Name:
  262. *addPrinter.rc.networkRC*remoteLabel.rightAttachment: ATTACH_POSITION
  263. *addPrinter.rc.networkRC*remoteLabel.rightPosition: 35
  264. *addPrinter.rc.networkRC*remoteNameText.leftOffset: 2
  265. *addPrinter.newPrinterLabelString: New Printer Name:
  266. *addPrinter.changePrinterLabelString: Printer Name:
  267.  
  268. *moveJobs.dialogTitle: Delete/Forward Jobs
  269. *moveJobs.form.radio.topOffset: 20
  270. *moveJobs.form.radio.deleteJobsToggle.labelString: Delete jobs from queue
  271. *moveJobs.form.radio.moveJobsToggle.labelString: Forward jobs to printer:
  272. *moveJobs.form*printerList.visibleItemCount: 5
  273. *moveJobs.form*printerList.width: 120
  274. *moveJobs.form*printerList.listSizePolicy: CONSTANT
  275.  
  276. *NETPRINTER.rightAttachment: ATTACH_FORM
  277. *NETPRINTER.leftAttachment: ATTACH_FORM
  278. *NETPRINTER.topAttachment: ATTACH_FORM
  279. *NETPRINTER.topOffset: 6
  280. *NETPRINTER*nameLabel.labelString: Printer's Name\n(or IP Address):
  281. *NETPRINTER*deviceLabel.labelString: Printer Attached\nTo Network With:
  282. *NETPRINTER*nameLabel.rightAttachment: ATTACH_POSITION
  283. *NETPRINTER*nameLabel.rightPosition: 35
  284. *NETPRINTER*deviceLabel.rightAttachment: ATTACH_POSITION
  285. *NETPRINTER*deviceLabel.rightPosition: 25
  286. *NETPRINTER.buttonString: Network
  287. *NETPRINTER*list.visibleItemCount: 4
  288.  
  289. !
  290. ! These are the network devices used to connect to a network printer.
  291. ! The first fild is the text to display on the screen as a user choice.
  292. ! The next two fileds are the socket to write to and listen to when 
  293. ! communicating with a printer.  -1 means use the value in the model
  294. ! file.  Fields are separated by commas (DO NOT PUT A COMMA IN 1ST FIELD).
  295. !
  296. *NETPRINTER*netDevices: \
  297. Network Card Installed in Printer, -1, -1,\
  298. HP JetDirect EX External Interface, 9100, 9100,\
  299. HP JetDirect EX Plus3 Port 1, 9100, 9100,\
  300. HP JetDirect EX Plus3 Port 2, 9101, 9101,\
  301. HP JetDirect EX Plus3 Port 3, 9102, 9102,\
  302. Lexmark MarkNet XLe parallel port 1, 9100, 9100,\
  303. Lexmark MarkNet XLe parallel port 2, 9102, 9102,\
  304. Lexmark MarkNet XLe serial port, 9109, 9109,\
  305. Microplex COM1, 4000, 4000,\
  306. Microplex COM2, 4200, 4200,\
  307. Microplex PRN1, 4400, 4400,\
  308. Microplex PRN2, 4600, 4600
  309.  
  310. *netInvalidDevices: \
  311. Could not parse the network device list\n\
  312. from the Printers resource file. Check\n\
  313. *NETPRINTER*netDevices: in the\n\
  314. /usr/lib/X11/app-defaults/Printers file\n\
  315. for proper syntax\n
  316.  
  317. *noDeviceSelected: \
  318. You must select the network interface\n\
  319. device attached to the printer.
  320.  
  321. *CENTRONICS.rightAttachment: ATTACH_FORM
  322. *CENTRONICS.leftAttachment: ATTACH_FORM
  323. *CENTRONICS.topAttachment: ATTACH_FORM
  324. *CENTRONICS.topOffset: 12
  325. *CENTRONICS.label.labelString: Parallel Ports:
  326. *CENTRONICS.label.rightAttachment: ATTACH_POSITION
  327. *CENTRONICS.label.rightPosition: 25
  328. one they will all be listed.  
  329. *CENTRONICS*list.visibleItemCount: 5
  330. *CENTRONICS.buttonString: Parallel
  331.  
  332. *SERIAL.topAttachment: ATTACH_FORM
  333. *SERIAL.topOffset: 5
  334. *SERIAL.buttonString: Serial
  335. *SERIAL.leftAttachment: ATTACH_FORM
  336. *SERIAL.rightAttachment: ATTACH_FORM
  337.  
  338. *SERIAL*label.labelString: Serial Port:
  339. *SERIAL*label.topAttachment: ATTACH_FORM
  340. *SERIAL*label.bottomAttachment: ATTACH_FORM
  341. *SERIAL*label.rightAttachment: ATTACH_POSITION
  342. *SERIAL*label.rightPosition: 25
  343. *SERIAL*portMenu.topAttachment: ATTACH_FORM
  344. *SERIAL*portMenu.bottomAttachment: ATTACH_FORM
  345.  
  346. For more information on serial ports see the serial(7) man page (type 'man serial' from a shell). 
  347. *SERIAL*handShakeLabel.labelString: Handshake:
  348. *SERIAL*handShakeLabel.topAttachment: ATTACH_FORM
  349. *SERIAL*handShakeLabel.bottomAttachment: ATTACH_FORM
  350. *SERIAL*handShakeLabel.rightAttachment: ATTACH_POSITION
  351. *SERIAL*handShakeLabel.rightPosition: 25
  352.  
  353. For more information on serial ports see the serial(7) man page (type 'man serial' from a shell).
  354. *SERIAL*handShakeMenu.topAttachment: ATTACH_FORM
  355. *SERIAL*handShakeMenu.bottomAttachment: ATTACH_FORM
  356. *SERIAL*software.labelString: Software
  357. *SERIAL*hardware.labelString: Hardware
  358.  
  359. *SERIAL*baudLabel.labelString: Baud Rate:
  360. *SERIAL*baudLabel.topAttachment: ATTACH_FORM
  361. *SERIAL*baudLabel.bottomAttachment: ATTACH_FORM
  362. *SERIAL*baudLabel.rightAttachment: ATTACH_POSITION
  363. *SERIAL*baudLabel.rightPosition: 25
  364. *SERIAL*baudMenu.topAttachment: ATTACH_FORM
  365. *SERIAL*baudMenu.bottomAttachment: ATTACH_FORM
  366. *SERIAL*baud300.labelString: 300
  367. *SERIAL*baud2400.labelString: 2400
  368. *SERIAL*baud4800.labelString: 4800
  369. *SERIAL*baud9600.labelString: 9600
  370. *SERIAL*baud19200.labelString: 19200
  371. *SERIAL*baud38400.labelString: 38400
  372. *SERIAL*onBoardFmtStr: %d
  373.  
  374. *SCSI.topAttachment: ATTACH_FORM
  375. *SCSI.topOffset: 12
  376. *SCSI.leftAttachment: ATTACH_FORM
  377. *SCSI.rightAttachment: ATTACH_FORM
  378. *SCSI*label.labelString: SCSI Printers:
  379. *SCSI*label.rightAttachment: ATTACH_POSITION
  380. *SCSI*label.rightPosition: 25
  381. *SCSI*list.visibleItemCount: 4
  382. *SCSI*listSW.width: 250
  383. *SCSI*list.listSizePolicy: CONSTANT
  384. *SCSI*rescanButton.labelString: Rescan
  385.  
  386. *SERIAL*portUsedFmtStr: \
  387. Serial Port %d is currently in use by a %s.\n\n\
  388. Either use another serial port, or use the\n\
  389. "Port Setup" tool which is available from\n\
  390. within "System Manager" to disconnect the\n\
  391. device from this port.
  392. *SERIAL*portTerminalStr: Terminal
  393. *SERIAL*portModemStr: Modem
  394. *SERIAL*portPrinterStr: Printer
  395. *SERIAL*portTabletStr: Digitizer Tablet
  396. *SERIAL*portDialsStr: Dials & Buttons device
  397. *SERIAL*portSpaceBallStr: Space Ball
  398.  
  399. *defaultLabel.labelString: Default Printer:
  400. *defaultPrinter.labelString:
  401. *defaultPrinter.alignment: ALIGNMENT_BEGINNING
  402.  
  403. *helpMenu.mnemonic: H
  404.  
  405. *errorDialog.noResize: True
  406. *busyDialog.noResize: True
  407. *questionDialog.noResize: True
  408. *moveJobs.noResize: True
  409. *warningDialog.noResize: True
  410. *saveQuery.noResize: True
  411. *saveNotify.noResize: True
  412.  
  413. !
  414. ! Some strings
  415. !
  416. *checkIconsError: \
  417. The Printer Manager is unable to display icons\n\
  418. for all of the printers you have installed on your\n\
  419. system.  These printers need to be deleted and\n\
  420. reinstalled.\n\n\
  421. To delete a printer that does not have an icon,\n\
  422. you can use the "rmprinter" program.
  423.  
  424. *errorGettingRemoteList: \
  425. Unable to get the list of printers installed on the\n\
  426. remote system "%s".\n\
  427. \n\
  428. If the remote system is another SGI workstation,\n\
  429. make sure that you have remote access to that system.\n\
  430. Use the "addclient" program on the remote system to\n\
  431. add this workstation as a print client of the remote\n\
  432. workstation.\n\
  433. \n\
  434. If the remote system uses the BSD printing commands,\n\
  435. the Printer Manager will not be able to obtain a list\n\
  436. of the printers that are available.  Contact the\n\
  437. administrator of the remote system to find out the\n\
  438. names of available printers.  You will then have to type\n\
  439. the remote printer name in the "Remote Printer Name"\n\
  440. field.
  441.  
  442. *scanningLocalPrinters: Scanning printer configuration...
  443. *lpadminFailed: Cannot run lpadmin
  444. *lputileFailed: Cannot run lputil
  445. *noPrinterSelected: No printer selected
  446. *gettingRemotePrinterList: Getting Printer List...
  447. *noSpoolerMsg: \
  448. The print spooling system (lpsched) is not running.\n\
  449. Please restart the spooler and try again.\n\
  450. As root type 'chkconfig lp on' and then type\n\
  451. '/etc/init.d/lp start' to restart the spooler.
  452. *addPrinterNoName: You must specify a "New Printer Name"
  453. *noRemotePrinterName: You must specify a "Remote Host Name"
  454. *netAddNoHost: You must specify a "Remote Host Name"
  455. *netAddNoRemoteName: You must specify a "Remote Printer Name"
  456. *netAddNoRemotePrinterName: You must specify the "Printer's Network Name" 
  457. *netAddInstalling: Installing network printer...
  458. *netAddNoRemotePrinter: Cannot get remote printer information
  459. *invalidHostName: "%s" is not a valid host name.
  460. *checkNetConnection: Checking network connection to printer.
  461. *netAddNoRemoteConnection: \
  462. Could not establish a network connection to printer.\n\
  463. Possible causes:\n\
  464. \n\
  465.   Printer is powered off.\n\
  466. \n\
  467.   The hostname specified for the printer is incorrect.\n\
  468. \n\
  469.   The printer is not connected to the network.\n\
  470. \n\
  471.   The printer does not have a route to this host.\n\
  472. \n\
  473.   This host does not have a route to the printer.\n
  474. *netAddCantAdd: \
  475. Unable to add network printer.\n\
  476. \n\
  477. There are a number of possible solutions:\n\
  478. \n\
  479. Please make sure that both the "Remote Host Name"\n\
  480. and the "Remote Printer Name" are valid.\n\
  481. \n\
  482. If the remote system is another SGI workstation,\n\
  483. make sure that you have remote access to that system.\n\
  484. Use the "addclient" program on the remote system to\n\
  485. add this workstation as a print client of the remote\n\
  486. workstation.\n\
  487. \n\
  488. If the remote system uses the BSD printing commands,\n\
  489. make sure that you have remote access to that system.\n\
  490. Ensure that there is an entry for this workstation in\n\
  491. "/etc/hosts.equiv" or "/etc/hosts.lpd" on the remote\n\
  492. system.
  493.  
  494. *moveJobsMustSelectPrinter: Select a printer to forward the jobs to.
  495. *confirmDelete: Delete
  496. *confirmDeleteFormatString: Delete Printer '%s'?
  497. *deletingPrinter: Deleting printer...
  498. *confirmDeleteLastJobs: Delete All Jobs
  499. *confirmDeleteLastJobsFormatString: Delete all jobs for printer '%s'?
  500.  
  501. *yesString: Yes
  502. *noString: No
  503. *confirmSwitchPrinterFormatString: \
  504. The remote printer you have specified (%s\n\
  505. on host %s) forwards all print jobs to the\n\
  506. printer %s on the host %s.\n\
  507. \n\
  508. It would probably be best if the new printer that\n\
  509. you are configuring (%s) also sent print jobs\n\
  510. directly to the printer %s on host %s.\n\
  511. \n\
  512. Would you like print jobs for the new printer\n\
  513. (%s) sent to printer %s on host %s?
  514.  
  515. *confirmSwitchPrinterFormatStringOpt: \
  516. The printer you have specified (%s)\n\
  517. forwards all print jobs to the printer %s.\n\
  518. \n\
  519. It would probably be best if the new printer that\n\
  520. you are configuring (%s) also sent print jobs\n\
  521. directly to the printer %s.\n\
  522. \n\
  523. Would you like print jobs for the new printer\n\
  524. (%s) sent to printer %s?
  525.  
  526.  
  527. *executionError: unknown error
  528. *invalidPrinterName: \
  529. You must enter a valid printer name.\n\
  530. in the "Printer Name:" field.\n\n\
  531. A valid printer name is no more than 14\n\
  532. characters long and can consist only\n\
  533. of letters, numbers, and underscores.
  534. *internalError: printers internal error
  535.  
  536. *errorNoHinv: Unable to get hardware inventory
  537. *noParallePort: You must select a "Parallel Port"
  538.  
  539. *addPrinterAlready: \
  540. A printer named "%s" is already installed.\n\
  541. To change its configuration, select its\n\
  542. icon and then choose "Change Connection"\n\
  543. from the "Printer" menu.\n\n\
  544. To install a new printer, choose a different\n\
  545. name.
  546.  
  547. *localAddInstalling: Installing printer...
  548. *localAddNoName: You must specify a "New Printer Name"
  549. *localAddNoType: You must select a "Printer Type"
  550. *localAddNoConn: You must select a "Connection Type"
  551.  
  552. *noSerialPort: You must select a "Serial Port"
  553.  
  554. *noOptionPanelError: No options panel for printer "%s"
  555. *optionsSavedMsg: Options saved for printer "%s"
  556. *optionsSavedTitle: Printer Specific Options
  557. *saveOptionsTitle: Save Printer Specific Options
  558. *saveOptionsQuestion: How do you want to save options for printer "%s"?
  559. *saveOptionsPersonal: Personal
  560. *saveOptionsAllUsers: All Users
  561.  
  562. *noScsiPrinters: \
  563. No SCSI printers appear to be connected to the system.\n\n\
  564. SCSI printers must be powered on before your workstation\n\
  565. is powered on in order to be recognized by the system.
  566. *scsiWarningTitle: Warning
  567. *scsiWarningMsg: \
  568. SCSI printers must be powered on before the\n\
  569. system is powered on in order for the system to\n\
  570. recognize them.\n\n\
  571. This tool can rescan the system to find SCSI\n\
  572. printers that were connected to the system while\n\
  573. it was running, but you should be aware that\n\
  574. powering on an attached SCSI printer after\n\
  575. powering on the system can result in damage to\n\
  576. the system.
  577. *scsiRescanning: Scanning the system for SCSI printers...
  578. *noSCSIDevice: You must select a "SCSI Printer"
  579. *dupSCSIWarnString: Warning: a printer is already installed for "%s".\n\
  580. Do you want to install this printer anyway?
  581.  
  582. *noLoginMsg: You must enter a Login Name.
  583.  
  584. *notSetUIDMsg:\
  585. The administrative operations of this program have\n\
  586. been disabled.\n \n\
  587. You must log in as root before running this program\n\
  588. in order to perform administrative operations.
  589.  
  590. *userNotPrivilegedMsg: "%s" is not a privileged user.
  591.  
  592. *badPasswordMsg:\
  593. The password you entered is invalid.\n\
  594. Please re-enter and press 'OK'.
  595.  
  596. *noSuchUserMsg:\
  597. Invalid "Login Name".  Please enter the login name\n\
  598. of a privileged user in the "Login Name:" field.
  599.  
  600. *lpdestSetMsg:\
  601. Warning: you have "LPDEST" set in your environment.\n\
  602. This overrides the default printer setting you just made.
  603.  
  604. *notSetUIDTitle: Error
  605.  
  606. *passwordDialog.noResize: True
  607. *passwordDialog.dialogTitle: Printer Manager
  608. *passwordDialog*label.labelString:\
  609. Administrative Privileges Required\n\n\
  610. You need administrative privileges to continue.\n\
  611. Please enter the login name and password of a privileged user.\n
  612. *passwordDialog*loginLabel.labelString: Login Name:
  613. *passwordDialog*passwordLabel.labelString: Password:
  614. *passwordDialog*rc.marginWidth: 10
  615. *passwordDialog*rc.marginHeight: 10
  616. *passwordDialog*rc.XmForm*topAttachment: ATTACH_FORM
  617. *passwordDialog*rc.XmForm*bottomAttachment: ATTACH_FORM
  618. *passwordDialog*rc.XmForm.XmLabel.rightAttachment: ATTACH_POSITION
  619. *passwordDialog*rc.XmForm.XmLabel.rightPosition: 30
  620.  
  621. *podWriteFailed: Unable to store location data for this printer.
  622.  
  623. *testPageTitle: Test Page
  624.  
  625. *addPrinterTitle: Add Printer
  626. *changeConnTitle: Change Connection
  627.  
  628. *errorDialog.dialogTitle: Error
  629. *fatalErrorDialog.dialogTitle: Error
  630. *busyDialog.dialogTitle: Printer Manager
  631.  
  632. *useSchemes:        all
  633. *sgiMode:         True
  634. *schemeFileList:     SgiSpec 
  635.  
  636. *applyLabelString: Apply
  637. *cancelLabelString: Cancel
  638. *helpLabelString: Help
  639. *okLabelString: OK
  640.  
  641. ! These are helpstrings that appear onthe Printers Add menus when you
  642. ! add a printer.  Be careful not to add carriage returns in the middle
  643. ! of a string.
  644. !
  645. *addPrinter*helpText.helpString: This area is used to display a short help message for various items on this menu.  Text will appear as you move the cursor over various items on the menu.
  646.  
  647. *addPrinter*rc.nameForm*helpString: Enter the name of a new printer. The name must be no longer than 14 characters and can only consist of letters, numbers and underscores.
  648.  
  649. *addPrinter*rc.nameForm.nameText.helpString: Enter the name of a new printer. The name must be no longer than 14 characters and can only consist of letters, numbers and underscores.
  650.  
  651. *addPrinter*rc.localOrNetForm*helpString: If you wish to configure your system as the print server select 'Local Host'.  If you wish to configure your system to spool print jobs to another system select 'Remote Host'
  652.  
  653. *addPrinter*rc.localOrNetForm*local.helpString: Select this option if you wish to configure your system as the print server.
  654.  
  655. *addPrinter*rc.localOrNetForm*network.helpString: Select this option if you wish to configure your system to spool print jobs to another system.
  656.  
  657. *addPrinter*rc.sgiOrOtherForm*helpString: If the remote print server is an SGI select 'Yes'.  If the remote print server is not an SGI select 'No'.NOTE: Selecting 'No' forces the BSD/LPR protocols to be used when communicating with the remote print serve.
  658.  
  659. *addPrinter*rc.sgiOrOtherForm.sgiOrOtherLabel.helpString: Use this menu to indicate if the remote print server is an SGI Unix workstation.
  660.  
  661. *addPrinter*rc.sgiOrOtherForm*isSgi.helpString: Select this if the remote print server is an SGI Unix workstation. 
  662.  
  663. *addPrinter*rc.sgiOrOtherForm*isOther.helpString: Select this if the remote print server is not an SGI.  In this case, the BSD/LPR protocols will always be used to communicate with the remote system.  
  664.  
  665. *addPrinter*localRC*locCodeForm.locCodeLabel.helpString: A Location Code describes where the printer is located.  This may be something like 'B15 MS2' for building 15 mail stop 2.  It is for your own use and may be left blank.
  666.  
  667. *addPrinter*localRC*locCodeText*helpString: A Location Code describes where the printer is located.  This may be something like 'B15 MS2' for building 15 mail stop 2.  It is for your own use and may be left blank.
  668.  
  669. *addPrinter*localRC*locDescText*helpString:  A Location Description can be used for additional information about the printer location.  This may be something like 'Near back door'.  It is for your own use and may be left blank.
  670.  
  671. *addPrinter*localRC*locDescForm.locDescLabel.helpString:  A Location Description can be used for additional information about the printer location.  This may be something like 'Near back door'.  It is for your own use and may be left blank.
  672.  
  673. *addPrinter*localRC*vendorForm.vendorLabel.helpString: Select the printer manufacturer from this list.  Examples are 'Lexmark", 'HP', 'Epson', etc. If you do not see your vendor you may wish to load the Impressario software from the IRIX Applications CD which contains additional printer drivers.
  674.  
  675. *addPrinter*localRC.vendorForm*vendorList.helpString: Select the printer manufacturer from this list.  Examples are 'Lexmark", 'HP', 'Epson', etc. If you do not see your vendor you may wish to load the Impressario software from the IRIX Applications CD which contains additional printer drivers.
  676.  
  677. *addPrinter*listForm*helpString: Select a printer model from this list.  Printer model names that end in '(PostScript)' must have built-in PostScript support. 
  678.  
  679. *addPrinter*localRC*listForm.typeLabel.helpString: Select a printer model using this list.  If your model is not listed contact the printer vendor and ask if they have a PPD file (PostScript Printer Definition) for the printer.  See the PPD man page for more information on PPD drivers.
  680.  
  681. *addPrinter*localRC*connForm.connLabel.helpString: Select a printer interface.  After the interface is selected printer models that support that interface type are hi-lighted in the Printer Type list.
  682.  
  683. *addPrinter.rc.networkRC*hostNameLabel.helpString: Enter the hostname or IP address of the print server here.  
  684.  
  685. *addPrinter.rc.networkRC.XmForm*hostNameText.helpString: Enter the hostname or IP address of the print server here.
  686.  
  687. *addPrinter.rc.networkRC*getListButton.helpString: List the printers on the remote host.  This option will only work when the remote print server is an SGI Unix workstation.  
  688.  
  689. *addPrinter.rc.networkRC*listLabel.helpString: This box will list available printers configured on the remote system.  
  690.  
  691. *addPrinter.rc.networkRC*remoteList.helpString: Select a remote printer from this list.  When you select it the 'Remote Printer Name' field (below) will automatically be filled out and the New Printer Name field (above) will be filled out if currently blank.
  692.  
  693. *addPrinter.rc.networkRC*remoteLabel.helpString: Specify the name of the remote printer to use in this field.  If you do not know the name, ask the system administrator of the remote system for the correct printer names.  
  694.  
  695. *addPrinter.rc.networkRC*remoteNameText.helpString: Enter remote printer name here.  When print jobs are sent to the remote system this is the printer they will be sent to.
  696.  
  697. *NETPRINTER.helpString: If the printer has a built-in network card that supports a TCP socket connection (i.e. HP JetDirect cards) then select this as the connection type.
  698.  
  699. *NETPRINTER*nameLabel.helpString: Enter the network printer's hostname or IP address here.  If you do not know the name ask the system administrator or check the front panel of the printer to see if it has a menu that will tell you the IP address of the printer.   
  700.  
  701. *NETPRINTER*remoteNameText.helpString: Enter the network printer's hostname or IP address here.  If you do not know the name ask the system administrator or check the front panel of the printer to see if it has a menu that will tell you the IP address of the printer.
  702.  
  703. *NETPRINTER*deviceLabel.helpString: The printer may be attached to the network via a built-in network board or an external network adaptor.  Each type may use a different TCP port number for communication -- specify the correct type to ensure the correct port number is used.
  704. *NETPRINTER*list.helpString: Select the correct type of network adaptor for the printer.  To add a device to this list see the file /usr/lib/X11/app-defaults/Printers and search for "JetDirect".
  705.  
  706. *CENTRONICS*helpString: If the printer is attached to the workstation via a parallel port select this option.   For more information on parallel ports see the plp(7) man page (type 'man plp' from a shell).
  707.  
  708. *CENTRONICS.label.helpString: Select a parallel port.   
  709.  
  710. *CENTRONICS*list.helpString: Most SGI systems have one built-in parallel port (/dev/plp).  If your system has more then one then they will be listed here.
  711.  
  712. *SERIAL*helpString: If the printer is attached to the workstation via a serial port select this option.  SGI systems have at least two serial ports.  For more information on serial ports see the serial(7) man page (type 'man serial' from a shell).
  713.  
  714. *SERIAL*label.helpString: Select the serial port that the printer is attached to.
  715.  
  716. *SERIAL*handShakeLabel.helpString: Select a handshake mode.  Software uses XON/XOFF characters to do flow control (a ttyd device).  Hardware uses hardware flow control lines (a ttyf device).
  717.  
  718. *SERIAL*software.helpString: Select software flow control.  This uses a ttyd device and uses XON/XOFF software flow control.
  719.  
  720. *SERIAL*hardware.helpString: Select serial port hardware.  This uses a ttyf device and uses hardware signals to control data flow.
  721.  
  722. *SERIAL*baudLabel.helpString: Select a baud rate.  If you do not know the printers baud rate try power-cycling the printer to get a test page printed which might list the baud rate in use.
  723.  
  724. *SCSI.helpString: If the printer is attached to the workstation via a SCSI port select this option.  When selected, the printer manager will run a hardware inventory to check for attached SCSI devices.
  725.  
  726. *SCSI*label.helpString: Select a SCSI printer from this list.  If no printers are listed type 'hinv' from a shell and verify a printer is listed at the correct SCSI address. For more information see the hinv(1M) man page (type 'man hinv' from a shell).
  727.  
  728. *SCSI*list.helpString: Select a SCSI printer from this list.  If no printers are listed select Rescan.
  729.  
  730. *SCSI*rescanButton.helpString: Rescan for SCSI printers.  Causes the printer manager to run a hardware inventory to check for SCSI printers.  For more information on hardware inventory see the hinv(1M) man page (type 'man hinv' from a shell).
  731.